home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / tcp / Tango.lha / tango゚ / tango / extras / wbstartup / online_if_card next >
Text File  |  2000-11-29  |  264b  |  11 lines

  1. ;script that checks if a pcmcia-card is inserted and starts miami
  2. ; !!! Does not check the type of card !!!
  3.  
  4. c:card_info >NIL:  ; from the cnetdevice archive
  5. STACK 40000
  6. IF EXISTS T:card_info.bin
  7.  
  8.     RUN <NIL: >NIL: miami:miami
  9.     c:Delete t:card_info.bin >NIL:
  10.  
  11. EndIF